home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_451 / PlaceObject2_113_25 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2008-09-12  |  236 b   |  14 lines

  1. onClipEvent(load){
  2.    cheatlist = ["bosses","onemorechance","allmovies"];
  3.    if(_root.cheat == "")
  4.    {
  5.       read = true;
  6.       s = new Sound();
  7.       s.attachSound("cheater");
  8.    }
  9.    else
  10.    {
  11.       read = false;
  12.    }
  13. }
  14.